projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a03cbc6
)
Let windows get to vsnprintf.
author
robertl
<robertl>
Fri, 24 Jun 2005 19:48:28 +0000
(19:48 +0000)
committer
robertl
<robertl>
Fri, 24 Jun 2005 19:48:28 +0000
(19:48 +0000)
defs.h
patch
|
blob
|
history
diff --git
a/defs.h
b/defs.h
index ef0e338f178f67dc9db11ca4f6f3af69cd80cc6f..2a4880f78c041642460383d9aa633e56d2fd55ac 100644
(file)
--- a/
defs.h
+++ b/
defs.h
@@
-43,6
+43,7
@@
*/
#if __WIN32__
# define snprintf _snprintf
+# define vsnprintf _vsnprintf
#endif
/* Turn off numeric conversion warning */